GATE CSE 1997


Q21.

Which of the following languages over \left\{a,b,c\right\} is accepted by a deterministic pushdown automata?
GateOverflow

Q22.

A priority queue Q is used to implement a stack that stores characters. PUSH (C) is implemented as INSERT (Q,C,K) where K is an appropriate integer key chosen by the implementation. POP is implemented as DELETEMIN (Q). For a sequence of operations, the keys chosen are in
GateOverflow

Q23.

The number of equivalence relations of the set {1,2,3,4} is
GateOverflow

Q24.

Which one of the following regular expressions over {0,1} denotes the set of all strings not containing 100 as substring?
GateOverflow

Q25.

A partial order \leq is defined on the set S=\left \{ x, a_1, a_2, \ldots, a_n, y \right \} \text{ as }x \leq _{i} a_{i} for all i and a_{i}\leq y for all i, where n \geq 1. The number of total orders on the set S which contain the partial order \leq is
GateOverflow

Q26.

Given \Sigma=\{a,b\}, which one of the following sets is not countable?
GateOverflow

Q27.

Heap allocation is required for languages.
GateOverflow

Q28.

A language L allows declaration of arrays whose sizes are not known during compilation. It is required to make efficient use of memory. Which one of the following is true?
GateOverflow

Q29.

Which of the following is essential for converting an infix expression to the postfix form efficiently?
GateOverflow

Q30.

When an interrupt occurs, an operating system
GateOverflow